From: Samuel Thibault Date: Sat, 6 Sep 2014 09:51:42 +0000 (+0200) Subject: stubdom: do not set CONFIG_TEST for caml & C stubdom examples X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4463 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ea61dbe00f4cf230fdf5545ae41e6fdc6d9eb633;p=xen.git stubdom: do not set CONFIG_TEST for caml & C stubdom examples caml & C stubdom examples should not enable the tests, they already provide their own main function. Signed-off-by: Samuel Thibault Acked-by: Ian Campbell --- diff --git a/stubdom/c/minios.cfg b/stubdom/c/minios.cfg index e1faee53e1..e69de29bb2 100644 --- a/stubdom/c/minios.cfg +++ b/stubdom/c/minios.cfg @@ -1 +0,0 @@ -CONFIG_TEST=y diff --git a/stubdom/caml/minios.cfg b/stubdom/caml/minios.cfg index e1faee53e1..e69de29bb2 100644 --- a/stubdom/caml/minios.cfg +++ b/stubdom/caml/minios.cfg @@ -1 +0,0 @@ -CONFIG_TEST=y